type crypto/tls.certificateRequestMsg
8 uses
crypto/tls (current package)
conn.go#L1142: m = &certificateRequestMsg{
handshake_client.go#L735: certReq, ok := msg.(*certificateRequestMsg)
handshake_client.go#L1188: func certificateRequestInfoFromMsg(ctx context.Context, vers uint16, certReq *certificateRequestMsg) *CertificateRequestInfo {
handshake_messages.go#L1698: type certificateRequestMsg struct {
handshake_messages.go#L1708: func (m *certificateRequestMsg) marshal() ([]byte, error) {
handshake_messages.go#L1758: func (m *certificateRequestMsg) unmarshal(data []byte) bool {
handshake_server.go#L627: var certReq *certificateRequestMsg
handshake_server.go#L630: certReq = new(certificateRequestMsg)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)